projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a41fe2
)
quail/py-b5: Use U+3007 for ideographic zero (bug#3179)
author
Štěpán Němec
<stepnem@gmail.com>
Mon, 14 Oct 2019 21:12:00 +0000
(23:12 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 14 Oct 2019 21:12:00 +0000
(23:12 +0200)
* leim/leim-ext.el ("quail/PY-b5"): Use U+3007 instead of U+25CB for
ideographic zero. U+25CB (used previously) is only one of the several
lookalikes (bug#3179).
leim/leim-ext.el
patch
|
blob
|
history
diff --git
a/leim/leim-ext.el
b/leim/leim-ext.el
index de30a70f2afb071a7fb605b9a43ead0633501fb4..8ad7e85cafcd897349e110f8a162721f758db28d 100644
(file)
--- a/
leim/leim-ext.el
+++ b/
leim/leim-ext.el
@@
-29,7
+29,7
@@
;;; Code:
(eval-after-load "quail/PY-b5"
- '(quail-defrule "ling2" ?
○
nil t))
+ '(quail-defrule "ling2" ?
〇
nil t))
;; Enable inputting full-width space (U+3000).
(eval-after-load "quail/Punct"